home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Examples / EnterpriseObjects / QueryByExample / QBEPalette / QBEPalette.h < prev    next >
Encoding:
Text File  |  1994-09-03  |  174 b   |  16 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. #import <apps/InterfaceBuilder.h>
  5.  
  6. @interface QBEPalette:IBPalette
  7. {
  8.     id    QBEInstance;
  9.     id    QBERep;
  10.     id    SOInstance;
  11.     id    SORep;
  12. }
  13.  
  14.  
  15. @end
  16.